FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / ApplySort Method
The System.ComponentModel.ListSortDescriptionCollection containing the sorts to apply to the data source.

In This Topic
    ApplySort Method (SortableBindingList<T>)
    In This Topic
    Sorts the data source based on the given System.ComponentModel.ListSortDescriptionCollection.
    Syntax
    'Declaration
     
    
    Public Sub ApplySort( _
       ByVal sorts As ListSortDescriptionCollection _
    ) 
    public void ApplySort( 
       ListSortDescriptionCollection sorts
    )

    Parameters

    sorts
    The System.ComponentModel.ListSortDescriptionCollection containing the sorts to apply to the data source.
    See Also